[Security Solutions] Removes deprecation and more copied code between security solutions and lists plugin#100150
Conversation
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
History
To update your PR or re-run it, just comment with: |
spong
left a comment
There was a problem hiding this comment.
LGTM! 👍 Thanks for zooming with me over these changes and cleaning up more duplication. Nice find on the missing bug fix between the dupes as well! 🙂
| } else if (createExceptionListItemSchema.is(item)) { | ||
| // eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
| const { meta: _, ...rest } = item; | ||
| const { meta, ...rest } = item; |
There was a problem hiding this comment.
NOTE: @yctercero , this looked like it was fixed in the copied version so I removed it here. Let me know if that's wrong.
There was a problem hiding this comment.
Looks good! Thanks for the cleanup!
… security solutions and lists plugin (elastic#100150) ## Summary * Removes deprecations * Removes duplicated code ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
… security solutions and lists plugin (#100150) (#100180) ## Summary * Removes deprecations * Removes duplicated code ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
… security solutions and lists plugin (elastic#100150) ## Summary * Removes deprecations * Removes duplicated code ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Summary
Checklist